home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / tools / vcomp.exe / VCS.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-06-16  |  263 b   |  9 lines

  1. @echo off
  2. rem Run VCS.BAT like this:
  3. rem    VCS fileone filetwo
  4. rem where fileone and filetwo are two program source files you wish to compare.
  5. vcomp %1 %2 /D > VCS.TMP
  6. if errorlevel 2 goto end
  7. if errorlevel 1 kedit %1 %2 !cline (profile vcs isa 64
  8. :end
  9.